records
History of sources of electricity generated in Québec
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"historique-production-electricite-quebec",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/historique-production-electricite-quebec"
}
] - "definitions":{
- "historique-production-electricite-quebec":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/historique-production-electricite-quebec_records"
}
}
} - "records":
} - "properties":
- "historique-production-electricite-quebec_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date-time",
- "title":"Date",
- "description":"date and time the measurement was taken"
} - "hydraulique":,{
- "type":"number",
- "title":"Hydroelectric ",
- "description":"hydroelectric output in megawatts (MW)"
} - "eolien":,{
- "type":"number",
- "title":"Wind",
- "description":"wind output in megawatts (MW)"
} - "autres":,{
- "type":"number",
- "title":"Other renewables",
- "description":"output in megawatts (MW) from facilities belonging to independent power producers using different renewable sources"
} - "solaire":,{
- "type":"number",
- "title":"Solar",
- "description":"solar output in megawatts (MW)"
} - "thermique":,{
- "type":"number",
- "title":"Thermal",
- "description":"thermal output in megawatts (MW)"
} - "total":{
- "type":"number",
- "title":"Total",
- "description":"total output in megawatts (MW)"
}
} - "date":
}
} - "fields":
} - "properties":
} - "historique-production-electricite-quebec":
}